home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 134 (1991-10)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 134 (1991-10)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / VScan / VScan! < prev    next >
AmigaDOS Script File  |  1991-07-28  |  475b  |  30 lines

  1. .key where
  2. .default where mem
  3. VScan "<where>"
  4. if NOT "<where>" EQ "mem"
  5.     skip done
  6. EndIf
  7. Echo ""
  8. Assign >NIL: df0: exists
  9. If not warn
  10.     echo "Checking drive DF0:"
  11.     VScan >NIL: bb df0:
  12. EndIf
  13. Assign >NIL: df1: exists
  14. If not warn
  15.     echo "Checking drive DF1:"
  16.     VScan >NIL: bb df1:
  17. EndIf
  18. Assign >NIL: df2: exists
  19. If not warn
  20.     echo "Checking drive DF2:"
  21.     VScan >NIL: bb df2:
  22. EndIf
  23. Assign >NIL: df3: exists
  24. If not warn
  25.     echo "Checking drive DF3:"
  26.     VScan >NIL: bb df3:
  27. EndIf
  28. Lab done
  29.  
  30.